Skip to content

bash-completion: Add version 2.3 #16

Merged
merged 2 commits into from
Jul 8, 2016
Merged

bash-completion: Add version 2.3 #16

merged 2 commits into from
Jul 8, 2016

Conversation

pmenzel
Copy link
Collaborator

@pmenzel pmenzel commented Jun 20, 2016

No description provided.

> Programmable completion functions for bash [1]

```
> bee init https://github.com/scop/bash-completion/releases/download/2.3/bash-completion-2.3.tar.xz
creating bash-completion-2.3-0.bee from template '/etc/default/bee/templates/fallback'
```

There is a conflict with the package `util-linux`.

```
[…]
[BEE] -> saving bee-file bash-completion-2.3-0.bee ..
[BEE] /src/mariux/beeroot/bee-files/bash-completion-2.3-0.bee
‘/home/pmenzel/bee-files/./bash-completion-2.3-0.bee’ -> ‘/src/mariux/beeroot/bee-files/bash-completion-2.3-0.bee’
[BEE] Conflicts with installed package found: util-linux-2.28-0.x86_64:
[BEE]     /usr/share/bash-completion/completions/mount
[BEE]     /usr/share/bash-completion/completions/umount
[BEE]  -> saving build environment..
[BEE] /src/mariux/beeroot/build-archives/bash-completion-2.3-0.x86_64.beebuild.tar.bz2
[…]
```

[1] https://github.com/scop/bash-completion
@pmenzel
Copy link
Collaborator Author

pmenzel commented Jun 20, 2016

> sudo bee install bash-completion
installing /src/mariux/beeroot/packages/bash-completion-2.3-0.x86_64.bee.tar.bz2 ..
    Conflicts with installed package found: util-linux-2.28-0.x86_64:
        /usr/share/bash-completion/completions/mount
        /usr/share/bash-completion/completions/umount

/usr/share/bash-completion/completions/mount and
/usr/share/bash-completion/completions/umount
would conflict with files with the same name (and apparently function)
from util-linux-2.28-0

rebuild with new revision number and switch to versionless bee file
@donald donald merged commit 3bca8a2 into master Jul 8, 2016
@donald donald deleted the add-bash-completion-2.3 branch July 8, 2016 12:33
pmenzel added a commit that referenced this pull request Feb 17, 2018
Change-log from file `[ChangeLog][1]`:

> 2016-10-01: v1.0.21:
> * Core: Refactor code related to transfer flags and timeout handling
> * Darwin: Ignore root hub simulation devices
> * Darwin: Improved support for OS X El Capitan
> * Darwin: Work around devices with buggy endpoint descriptors
> * Darwin: Do not use objc_registerThreadWithCollector after its deprecation
> * Darwin: Use C11 atomics on 10.12+ as the OS atomics are now deprecated
> * Linux: Support preallocating kernel memory for zerocopy USB
> * Linux: Deal with receiving POLLERR before all transfers have completed
> * Solaris: Add solaris backend
> * Windows: Add Visual Studio 2015 support
> * Windows: Add usbdk backend
> * Prevent attempts to recursively handle events
> * Fix race condition in handle_timeout()
> * Allow transferred argument to be optional in bulk APIs
> * Various other bug fixes and improvements
>
> 2015-09-13: v1.0.20
> * Add Haiku support
> * Fix multiple memory and resource leaks (#16, #52, #76, #81)
> * Fix possible deadlock when executing transfer callback
> * New libusb_free_pollfds() API
> * Darwin: Fix devices not being detected on OS X 10.8 (#48)
> * Linux: Allow larger isochronous transfer submission (#23)
> * Windows: Fix broken builds Cygwin/MinGW builds and compiler warnings
> * Windows: Fix broken bus number lookup
> * Windows: Improve submission of control requests for composite devices
> * Examples: Add two-stage load support to fxload (#12)
> * Correctly report cancellations due to timeouts
> * Improve efficiency of event handling
> * Improve speed of transfer submission in multi-threaded environments
> * Various other bug fixes and improvements
> The (#xx) numbers are libusb issue numbers, see ie:
> https://github.com/libusb/libusb/issues/16

[1]: https://github.com/libusb/libusb/blob/master/ChangeLog
pmenzel added a commit that referenced this pull request Feb 19, 2018
Change-log from file `[ChangeLog][1]`:

> 2016-10-01: v1.0.21:
> * Core: Refactor code related to transfer flags and timeout handling
> * Darwin: Ignore root hub simulation devices
> * Darwin: Improved support for OS X El Capitan
> * Darwin: Work around devices with buggy endpoint descriptors
> * Darwin: Do not use objc_registerThreadWithCollector after its deprecation
> * Darwin: Use C11 atomics on 10.12+ as the OS atomics are now deprecated
> * Linux: Support preallocating kernel memory for zerocopy USB
> * Linux: Deal with receiving POLLERR before all transfers have completed
> * Solaris: Add solaris backend
> * Windows: Add Visual Studio 2015 support
> * Windows: Add usbdk backend
> * Prevent attempts to recursively handle events
> * Fix race condition in handle_timeout()
> * Allow transferred argument to be optional in bulk APIs
> * Various other bug fixes and improvements
>
> 2015-09-13: v1.0.20
> * Add Haiku support
> * Fix multiple memory and resource leaks (#16, #52, #76, #81)
> * Fix possible deadlock when executing transfer callback
> * New libusb_free_pollfds() API
> * Darwin: Fix devices not being detected on OS X 10.8 (#48)
> * Linux: Allow larger isochronous transfer submission (#23)
> * Windows: Fix broken builds Cygwin/MinGW builds and compiler warnings
> * Windows: Fix broken bus number lookup
> * Windows: Improve submission of control requests for composite devices
> * Examples: Add two-stage load support to fxload (#12)
> * Correctly report cancellations due to timeouts
> * Improve efficiency of event handling
> * Improve speed of transfer submission in multi-threaded environments
> * Various other bug fixes and improvements
> The (#xx) numbers are libusb issue numbers, see ie:
> https://github.com/libusb/libusb/issues/16

[1]: https://github.com/libusb/libusb/blob/master/ChangeLog
pmenzel added a commit that referenced this pull request Feb 19, 2018
Change-log from file `[ChangeLog][1]`:

> 2016-10-01: v1.0.21:
> * Core: Refactor code related to transfer flags and timeout handling
> * Darwin: Ignore root hub simulation devices
> * Darwin: Improved support for OS X El Capitan
> * Darwin: Work around devices with buggy endpoint descriptors
> * Darwin: Do not use objc_registerThreadWithCollector after its deprecation
> * Darwin: Use C11 atomics on 10.12+ as the OS atomics are now deprecated
> * Linux: Support preallocating kernel memory for zerocopy USB
> * Linux: Deal with receiving POLLERR before all transfers have completed
> * Solaris: Add solaris backend
> * Windows: Add Visual Studio 2015 support
> * Windows: Add usbdk backend
> * Prevent attempts to recursively handle events
> * Fix race condition in handle_timeout()
> * Allow transferred argument to be optional in bulk APIs
> * Various other bug fixes and improvements
>
> 2015-09-13: v1.0.20
> * Add Haiku support
> * Fix multiple memory and resource leaks (#16, #52, #76, #81)
> * Fix possible deadlock when executing transfer callback
> * New libusb_free_pollfds() API
> * Darwin: Fix devices not being detected on OS X 10.8 (#48)
> * Linux: Allow larger isochronous transfer submission (#23)
> * Windows: Fix broken builds Cygwin/MinGW builds and compiler warnings
> * Windows: Fix broken bus number lookup
> * Windows: Improve submission of control requests for composite devices
> * Examples: Add two-stage load support to fxload (#12)
> * Correctly report cancellations due to timeouts
> * Improve efficiency of event handling
> * Improve speed of transfer submission in multi-threaded environments
> * Various other bug fixes and improvements
> The (#xx) numbers are libusb issue numbers, see ie:
> https://github.com/libusb/libusb/issues/16

[1]: https://github.com/libusb/libusb/blob/master/ChangeLog
pmenzel added a commit that referenced this pull request Feb 19, 2018
Change-log from file `[ChangeLog][1]`:

> 2016-10-01: v1.0.21:
> * Core: Refactor code related to transfer flags and timeout handling
> * Darwin: Ignore root hub simulation devices
> * Darwin: Improved support for OS X El Capitan
> * Darwin: Work around devices with buggy endpoint descriptors
> * Darwin: Do not use objc_registerThreadWithCollector after its deprecation
> * Darwin: Use C11 atomics on 10.12+ as the OS atomics are now deprecated
> * Linux: Support preallocating kernel memory for zerocopy USB
> * Linux: Deal with receiving POLLERR before all transfers have completed
> * Solaris: Add solaris backend
> * Windows: Add Visual Studio 2015 support
> * Windows: Add usbdk backend
> * Prevent attempts to recursively handle events
> * Fix race condition in handle_timeout()
> * Allow transferred argument to be optional in bulk APIs
> * Various other bug fixes and improvements
>
> 2015-09-13: v1.0.20
> * Add Haiku support
> * Fix multiple memory and resource leaks (#16, #52, #76, #81)
> * Fix possible deadlock when executing transfer callback
> * New libusb_free_pollfds() API
> * Darwin: Fix devices not being detected on OS X 10.8 (#48)
> * Linux: Allow larger isochronous transfer submission (#23)
> * Windows: Fix broken builds Cygwin/MinGW builds and compiler warnings
> * Windows: Fix broken bus number lookup
> * Windows: Improve submission of control requests for composite devices
> * Examples: Add two-stage load support to fxload (#12)
> * Correctly report cancellations due to timeouts
> * Improve efficiency of event handling
> * Improve speed of transfer submission in multi-threaded environments
> * Various other bug fixes and improvements
> The (#xx) numbers are libusb issue numbers, see ie:
> https://github.com/libusb/libusb/issues/16

[1]: https://github.com/libusb/libusb/blob/master/ChangeLog
pmenzel added a commit that referenced this pull request Mar 5, 2018
Change-log from file `[ChangeLog][1]`:

> 2016-10-01: v1.0.21:
> * Core: Refactor code related to transfer flags and timeout handling
> * Darwin: Ignore root hub simulation devices
> * Darwin: Improved support for OS X El Capitan
> * Darwin: Work around devices with buggy endpoint descriptors
> * Darwin: Do not use objc_registerThreadWithCollector after its deprecation
> * Darwin: Use C11 atomics on 10.12+ as the OS atomics are now deprecated
> * Linux: Support preallocating kernel memory for zerocopy USB
> * Linux: Deal with receiving POLLERR before all transfers have completed
> * Solaris: Add solaris backend
> * Windows: Add Visual Studio 2015 support
> * Windows: Add usbdk backend
> * Prevent attempts to recursively handle events
> * Fix race condition in handle_timeout()
> * Allow transferred argument to be optional in bulk APIs
> * Various other bug fixes and improvements
>
> 2015-09-13: v1.0.20
> * Add Haiku support
> * Fix multiple memory and resource leaks (#16, #52, #76, #81)
> * Fix possible deadlock when executing transfer callback
> * New libusb_free_pollfds() API
> * Darwin: Fix devices not being detected on OS X 10.8 (#48)
> * Linux: Allow larger isochronous transfer submission (#23)
> * Windows: Fix broken builds Cygwin/MinGW builds and compiler warnings
> * Windows: Fix broken bus number lookup
> * Windows: Improve submission of control requests for composite devices
> * Examples: Add two-stage load support to fxload (#12)
> * Correctly report cancellations due to timeouts
> * Improve efficiency of event handling
> * Improve speed of transfer submission in multi-threaded environments
> * Various other bug fixes and improvements
> The (#xx) numbers are libusb issue numbers, see ie:
> https://github.com/libusb/libusb/issues/16

[1]: https://github.com/libusb/libusb/blob/master/ChangeLog
donald pushed a commit that referenced this pull request Mar 11, 2018
Change-log from file `[ChangeLog][1]`:

> 2016-10-01: v1.0.21:
> * Core: Refactor code related to transfer flags and timeout handling
> * Darwin: Ignore root hub simulation devices
> * Darwin: Improved support for OS X El Capitan
> * Darwin: Work around devices with buggy endpoint descriptors
> * Darwin: Do not use objc_registerThreadWithCollector after its deprecation
> * Darwin: Use C11 atomics on 10.12+ as the OS atomics are now deprecated
> * Linux: Support preallocating kernel memory for zerocopy USB
> * Linux: Deal with receiving POLLERR before all transfers have completed
> * Solaris: Add solaris backend
> * Windows: Add Visual Studio 2015 support
> * Windows: Add usbdk backend
> * Prevent attempts to recursively handle events
> * Fix race condition in handle_timeout()
> * Allow transferred argument to be optional in bulk APIs
> * Various other bug fixes and improvements
>
> 2015-09-13: v1.0.20
> * Add Haiku support
> * Fix multiple memory and resource leaks (#16, #52, #76, #81)
> * Fix possible deadlock when executing transfer callback
> * New libusb_free_pollfds() API
> * Darwin: Fix devices not being detected on OS X 10.8 (#48)
> * Linux: Allow larger isochronous transfer submission (#23)
> * Windows: Fix broken builds Cygwin/MinGW builds and compiler warnings
> * Windows: Fix broken bus number lookup
> * Windows: Improve submission of control requests for composite devices
> * Examples: Add two-stage load support to fxload (#12)
> * Correctly report cancellations due to timeouts
> * Improve efficiency of event handling
> * Improve speed of transfer submission in multi-threaded environments
> * Various other bug fixes and improvements
> The (#xx) numbers are libusb issue numbers, see ie:
> https://github.com/libusb/libusb/issues/16

[1]: https://github.com/libusb/libusb/blob/master/ChangeLog
pmenzel added a commit that referenced this pull request Mar 12, 2018
Change-log from file `[ChangeLog][1]`:

> 2016-10-01: v1.0.21:
> * Core: Refactor code related to transfer flags and timeout handling
> * Darwin: Ignore root hub simulation devices
> * Darwin: Improved support for OS X El Capitan
> * Darwin: Work around devices with buggy endpoint descriptors
> * Darwin: Do not use objc_registerThreadWithCollector after its deprecation
> * Darwin: Use C11 atomics on 10.12+ as the OS atomics are now deprecated
> * Linux: Support preallocating kernel memory for zerocopy USB
> * Linux: Deal with receiving POLLERR before all transfers have completed
> * Solaris: Add solaris backend
> * Windows: Add Visual Studio 2015 support
> * Windows: Add usbdk backend
> * Prevent attempts to recursively handle events
> * Fix race condition in handle_timeout()
> * Allow transferred argument to be optional in bulk APIs
> * Various other bug fixes and improvements
>
> 2015-09-13: v1.0.20
> * Add Haiku support
> * Fix multiple memory and resource leaks (#16, #52, #76, #81)
> * Fix possible deadlock when executing transfer callback
> * New libusb_free_pollfds() API
> * Darwin: Fix devices not being detected on OS X 10.8 (#48)
> * Linux: Allow larger isochronous transfer submission (#23)
> * Windows: Fix broken builds Cygwin/MinGW builds and compiler warnings
> * Windows: Fix broken bus number lookup
> * Windows: Improve submission of control requests for composite devices
> * Examples: Add two-stage load support to fxload (#12)
> * Correctly report cancellations due to timeouts
> * Improve efficiency of event handling
> * Improve speed of transfer submission in multi-threaded environments
> * Various other bug fixes and improvements
> The (#xx) numbers are libusb issue numbers, see ie:
> https://github.com/libusb/libusb/issues/16

[1]: https://github.com/libusb/libusb/blob/master/ChangeLog
pmenzel added a commit that referenced this pull request Jun 21, 2019
From the [NEWS][1]:

> 3.32.0
>   - pretty version number
> 3.31.91
>   - symbolic: folder-download, inode-directory
>   - symbolic: privacy, dnd, phone device icons
>   - symbolic: new ui context for things that aren't strictly icons. Might go into gtk
>   - symbolic: emoji category tweaks
>   - symbolic: mail-reply, battery status (issue #6)
>   - symbolic: action icons eg rotation
>   - symbolic: drive icon tweaks
>   - fullcolor: more app/mimetype/device/status to legacy
>   - fullcolor: new style for fullcolor icons - folders, mimetypes and devices
>   - cursors: fix a symlink mixup (mr #5)
>
> 3.31.1
>   - few symbolic updates
>   - move a lot of fullcolor icons to legacy context. They will go or be updated
>     in 2 releases.
>   - symbolic: lists (issue #16)
>   - fullcolor: more app, device, mimetypes to legacy
> 3.30.0
>   - audio-speakers-symbolic rendering glitch (issue #11)
>   - *starred-symbolic 2px outline as per guidelines (issue #7)
>
> 3.29.90
>   - symbolic fingerprint, smartcard reader devices
>   - emoji category icons in symbolic form
>   - render script improvements by Sam Hewitt
>   - general cleanup and maintenance by Sam
>   - SIM status icons (symbolic)
>   - system-log-out-symbolic
>   - screen sharing status (issue #3)
>   - thicked strokes for *starred-symbolic (issue #4)
>   - iput-gaming and application-games consistent (Sam)
>   - bluetooth rendering fix (Sam)
>   - application-x-appliance alignment (Sam)
>   - tab-new, application-x-executable improvements (Sam)
>   - user-bookmarks metaphor (Sam)
>   - general grid alignment fixes by Sam
>   - SVG filesize optimalizations by Sam
>
> 3.28.0
> 3.27.90
>   - camera-switch-symbolic (bug #750285)
>   - highres sizing issue (bug #785574)
>   - vpn-noroute
>   - optional zopfli png optimizer
>   - audio-volume-* fuzzy (bug #709131)
>   - audio-volume-overamplified
>   - new metaphors for settings -- notifications, volume and privacy

[1]: https://gitlab.gnome.org/GNOME/adwaita-icon-theme/blob/master/NEWS
Sign in to join this conversation on GitHub.
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants